From: Kenichi Handa Date: Tue, 21 Apr 2009 02:11:13 +0000 (+0000) Subject: (unidata-get-decomposition): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~781 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=67fdd0f81143089c57fd87d7a3435764e15aa1e9;p=emacs.git (unidata-get-decomposition): Fix previous change. --- diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 7fecb999d35..cd2343b9d03 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -828,8 +828,8 @@ Property value is a character." (L (+ #x1100 (/ char 588))) ;; V = VBase + (SIndex % NCount) * TCount (V (+ #x1161 (/ (% char 588) 28))) - ;; LV = SBase + (SIndex / NCount) * NCount - (LV (+ #xAC00 (* (/ char 588) 588))) + ;; LV = SBase + (SIndex / TCount) * TCount + (LV (+ #xAC00 (* (/ char 28) 28))) ;; T = TBase + SIndex % TCount (T (+ #x11A7 (% char 28)))) (if (= T #x11A7)